home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / xcb / res.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-17  |  19.8 KB  |  666 lines

  1. /*
  2.  * This file generated automatically from res.xml by c-client.xsl using XSLT.
  3.  * Edit at your peril.
  4.  */
  5.  
  6. /**
  7.  * @defgroup XCB_Res_API XCB Res API
  8.  * @brief Res XCB Protocol Implementation.
  9.  * @{
  10.  **/
  11.  
  12. #ifndef __RES_H
  13. #define __RES_H
  14.  
  15. #include "xcb.h"
  16.  
  17. #define XCB_RES_MAJOR_VERSION 1
  18. #define XCB_RES_MINOR_VERSION 0
  19.   
  20. extern xcb_extension_t xcb_res_id;
  21.  
  22. /**
  23.  * @brief xcb_res_client_t
  24.  **/
  25. typedef struct xcb_res_client_t {
  26.     uint32_t resource_base; /**<  */
  27.     uint32_t resource_mask; /**<  */
  28. } xcb_res_client_t;
  29.  
  30. /**
  31.  * @brief xcb_res_client_iterator_t
  32.  **/
  33. typedef struct xcb_res_client_iterator_t {
  34.     xcb_res_client_t *data; /**<  */
  35.     int               rem; /**<  */
  36.     int               index; /**<  */
  37. } xcb_res_client_iterator_t;
  38.  
  39. /**
  40.  * @brief xcb_res_type_t
  41.  **/
  42. typedef struct xcb_res_type_t {
  43.     uint32_t resource_type; /**<  */
  44.     uint32_t count; /**<  */
  45. } xcb_res_type_t;
  46.  
  47. /**
  48.  * @brief xcb_res_type_iterator_t
  49.  **/
  50. typedef struct xcb_res_type_iterator_t {
  51.     xcb_res_type_t *data; /**<  */
  52.     int             rem; /**<  */
  53.     int             index; /**<  */
  54. } xcb_res_type_iterator_t;
  55.  
  56. /**
  57.  * @brief xcb_res_query_version_cookie_t
  58.  **/
  59. typedef struct xcb_res_query_version_cookie_t {
  60.     unsigned int sequence; /**<  */
  61. } xcb_res_query_version_cookie_t;
  62.  
  63. /** Opcode for xcb_res_query_version. */
  64. #define XCB_RES_QUERY_VERSION 0
  65.  
  66. /**
  67.  * @brief xcb_res_query_version_request_t
  68.  **/
  69. typedef struct xcb_res_query_version_request_t {
  70.     uint8_t  major_opcode; /**<  */
  71.     uint8_t  minor_opcode; /**<  */
  72.     uint16_t length; /**<  */
  73.     uint8_t  client_major; /**<  */
  74.     uint8_t  client_minor; /**<  */
  75. } xcb_res_query_version_request_t;
  76.  
  77. /**
  78.  * @brief xcb_res_query_version_reply_t
  79.  **/
  80. typedef struct xcb_res_query_version_reply_t {
  81.     uint8_t  response_type; /**<  */
  82.     uint8_t  pad0; /**<  */
  83.     uint16_t sequence; /**<  */
  84.     uint32_t length; /**<  */
  85.     uint16_t server_major; /**<  */
  86.     uint16_t server_minor; /**<  */
  87. } xcb_res_query_version_reply_t;
  88.  
  89. /**
  90.  * @brief xcb_res_query_clients_cookie_t
  91.  **/
  92. typedef struct xcb_res_query_clients_cookie_t {
  93.     unsigned int sequence; /**<  */
  94. } xcb_res_query_clients_cookie_t;
  95.  
  96. /** Opcode for xcb_res_query_clients. */
  97. #define XCB_RES_QUERY_CLIENTS 1
  98.  
  99. /**
  100.  * @brief xcb_res_query_clients_request_t
  101.  **/
  102. typedef struct xcb_res_query_clients_request_t {
  103.     uint8_t  major_opcode; /**<  */
  104.     uint8_t  minor_opcode; /**<  */
  105.     uint16_t length; /**<  */
  106. } xcb_res_query_clients_request_t;
  107.  
  108. /**
  109.  * @brief xcb_res_query_clients_reply_t
  110.  **/
  111. typedef struct xcb_res_query_clients_reply_t {
  112.     uint8_t  response_type; /**<  */
  113.     uint8_t  pad0; /**<  */
  114.     uint16_t sequence; /**<  */
  115.     uint32_t length; /**<  */
  116.     uint32_t num_clients; /**<  */
  117.     uint8_t  pad1[20]; /**<  */
  118. } xcb_res_query_clients_reply_t;
  119.  
  120. /**
  121.  * @brief xcb_res_query_client_resources_cookie_t
  122.  **/
  123. typedef struct xcb_res_query_client_resources_cookie_t {
  124.     unsigned int sequence; /**<  */
  125. } xcb_res_query_client_resources_cookie_t;
  126.  
  127. /** Opcode for xcb_res_query_client_resources. */
  128. #define XCB_RES_QUERY_CLIENT_RESOURCES 2
  129.  
  130. /**
  131.  * @brief xcb_res_query_client_resources_request_t
  132.  **/
  133. typedef struct xcb_res_query_client_resources_request_t {
  134.     uint8_t  major_opcode; /**<  */
  135.     uint8_t  minor_opcode; /**<  */
  136.     uint16_t length; /**<  */
  137.     uint32_t xid; /**<  */
  138. } xcb_res_query_client_resources_request_t;
  139.  
  140. /**
  141.  * @brief xcb_res_query_client_resources_reply_t
  142.  **/
  143. typedef struct xcb_res_query_client_resources_reply_t {
  144.     uint8_t  response_type; /**<  */
  145.     uint8_t  pad0; /**<  */
  146.     uint16_t sequence; /**<  */
  147.     uint32_t length; /**<  */
  148.     uint32_t num_types; /**<  */
  149.     uint8_t  pad1[20]; /**<  */
  150. } xcb_res_query_client_resources_reply_t;
  151.  
  152. /**
  153.  * @brief xcb_res_query_client_pixmap_bytes_cookie_t
  154.  **/
  155. typedef struct xcb_res_query_client_pixmap_bytes_cookie_t {
  156.     unsigned int sequence; /**<  */
  157. } xcb_res_query_client_pixmap_bytes_cookie_t;
  158.  
  159. /** Opcode for xcb_res_query_client_pixmap_bytes. */
  160. #define XCB_RES_QUERY_CLIENT_PIXMAP_BYTES 3
  161.  
  162. /**
  163.  * @brief xcb_res_query_client_pixmap_bytes_request_t
  164.  **/
  165. typedef struct xcb_res_query_client_pixmap_bytes_request_t {
  166.     uint8_t  major_opcode; /**<  */
  167.     uint8_t  minor_opcode; /**<  */
  168.     uint16_t length; /**<  */
  169.     uint32_t xid; /**<  */
  170. } xcb_res_query_client_pixmap_bytes_request_t;
  171.  
  172. /**
  173.  * @brief xcb_res_query_client_pixmap_bytes_reply_t
  174.  **/
  175. typedef struct xcb_res_query_client_pixmap_bytes_reply_t {
  176.     uint8_t  response_type; /**<  */
  177.     uint8_t  pad0; /**<  */
  178.     uint16_t sequence; /**<  */
  179.     uint32_t length; /**<  */
  180.     uint32_t bytes; /**<  */
  181.     uint32_t bytes_overflow; /**<  */
  182. } xcb_res_query_client_pixmap_bytes_reply_t;
  183.  
  184. /**
  185.  * Get the next element of the iterator
  186.  * @param i Pointer to a xcb_res_client_iterator_t
  187.  *
  188.  * Get the next element in the iterator. The member rem is
  189.  * decreased by one. The member data points to the next
  190.  * element. The member index is increased by sizeof(xcb_res_client_t)
  191.  */
  192.  
  193. /*****************************************************************************
  194.  **
  195.  ** void xcb_res_client_next
  196.  ** 
  197.  ** @param xcb_res_client_iterator_t *i
  198.  ** @returns void
  199.  **
  200.  *****************************************************************************/
  201.  
  202. void
  203. xcb_res_client_next (xcb_res_client_iterator_t *i  /**< */);
  204.  
  205. /**
  206.  * Return the iterator pointing to the last element
  207.  * @param i An xcb_res_client_iterator_t
  208.  * @return  The iterator pointing to the last element
  209.  *
  210.  * Set the current element in the iterator to the last element.
  211.  * The member rem is set to 0. The member data points to the
  212.  * last element.
  213.  */
  214.  
  215. /*****************************************************************************
  216.  **
  217.  ** xcb_generic_iterator_t xcb_res_client_end
  218.  ** 
  219.  ** @param xcb_res_client_iterator_t i
  220.  ** @returns xcb_generic_iterator_t
  221.  **
  222.  *****************************************************************************/
  223.  
  224. xcb_generic_iterator_t
  225. xcb_res_client_end (xcb_res_client_iterator_t i  /**< */);
  226.  
  227. /**
  228.  * Get the next element of the iterator
  229.  * @param i Pointer to a xcb_res_type_iterator_t
  230.  *
  231.  * Get the next element in the iterator. The member rem is
  232.  * decreased by one. The member data points to the next
  233.  * element. The member index is increased by sizeof(xcb_res_type_t)
  234.  */
  235.  
  236. /*****************************************************************************
  237.  **
  238.  ** void xcb_res_type_next
  239.  ** 
  240.  ** @param xcb_res_type_iterator_t *i
  241.  ** @returns void
  242.  **
  243.  *****************************************************************************/
  244.  
  245. void
  246. xcb_res_type_next (xcb_res_type_iterator_t *i  /**< */);
  247.  
  248. /**
  249.  * Return the iterator pointing to the last element
  250.  * @param i An xcb_res_type_iterator_t
  251.  * @return  The iterator pointing to the last element
  252.  *
  253.  * Set the current element in the iterator to the last element.
  254.  * The member rem is set to 0. The member data points to the
  255.  * last element.
  256.  */
  257.  
  258. /*****************************************************************************
  259.  **
  260.  ** xcb_generic_iterator_t xcb_res_type_end
  261.  ** 
  262.  ** @param xcb_res_type_iterator_t i
  263.  ** @returns xcb_generic_iterator_t
  264.  **
  265.  *****************************************************************************/
  266.  
  267. xcb_generic_iterator_t
  268. xcb_res_type_end (xcb_res_type_iterator_t i  /**< */);
  269.  
  270. /**
  271.  * Delivers a request to the X server
  272.  * @param c The connection
  273.  * @return A cookie
  274.  *
  275.  * Delivers a request to the X server.
  276.  * 
  277.  */
  278.  
  279. /*****************************************************************************
  280.  **
  281.  ** xcb_res_query_version_cookie_t xcb_res_query_version
  282.  ** 
  283.  ** @param xcb_connection_t *c
  284.  ** @param uint8_t           client_major
  285.  ** @param uint8_t           client_minor
  286.  ** @returns xcb_res_query_version_cookie_t
  287.  **
  288.  *****************************************************************************/
  289.  
  290. xcb_res_query_version_cookie_t
  291. xcb_res_query_version (xcb_connection_t *c  /**< */,
  292.                        uint8_t           client_major  /**< */,
  293.                        uint8_t           client_minor  /**< */);
  294.  
  295. /**
  296.  * Delivers a request to the X server
  297.  * @param c The connection
  298.  * @return A cookie
  299.  *
  300.  * Delivers a request to the X server.
  301.  * 
  302.  * This form can be used only if the request will cause
  303.  * a reply to be generated. Any returned error will be
  304.  * placed in the event queue.
  305.  */
  306.  
  307. /*****************************************************************************
  308.  **
  309.  ** xcb_res_query_version_cookie_t xcb_res_query_version_unchecked
  310.  ** 
  311.  ** @param xcb_connection_t *c
  312.  ** @param uint8_t           client_major
  313.  ** @param uint8_t           client_minor
  314.  ** @returns xcb_res_query_version_cookie_t
  315.  **
  316.  *****************************************************************************/
  317.  
  318. xcb_res_query_version_cookie_t
  319. xcb_res_query_version_unchecked (xcb_connection_t *c  /**< */,
  320.                                  uint8_t           client_major  /**< */,
  321.                                  uint8_t           client_minor  /**< */);
  322.  
  323. /**
  324.  * Return the reply
  325.  * @param c      The connection
  326.  * @param cookie The cookie
  327.  * @param e      The xcb_generic_error_t supplied
  328.  *
  329.  * Returns the reply of the request asked by
  330.  * 
  331.  * The parameter @p e supplied to this function must be NULL if
  332.  * xcb_res_query_version_unchecked(). is used.
  333.  * Otherwise, it stores the error if any.
  334.  */
  335.  
  336. /*****************************************************************************
  337.  **
  338.  ** xcb_res_query_version_reply_t * xcb_res_query_version_reply
  339.  ** 
  340.  ** @param xcb_connection_t                *c
  341.  ** @param xcb_res_query_version_cookie_t   cookie
  342.  ** @param xcb_generic_error_t            **e
  343.  ** @returns xcb_res_query_version_reply_t *
  344.  **
  345.  *****************************************************************************/
  346.  
  347. xcb_res_query_version_reply_t *
  348. xcb_res_query_version_reply (xcb_connection_t                *c  /**< */,
  349.                              xcb_res_query_version_cookie_t   cookie  /**< */,
  350.                              xcb_generic_error_t            **e  /**< */);
  351.  
  352. /**
  353.  * Delivers a request to the X server
  354.  * @param c The connection
  355.  * @return A cookie
  356.  *
  357.  * Delivers a request to the X server.
  358.  * 
  359.  */
  360.  
  361. /*****************************************************************************
  362.  **
  363.  ** xcb_res_query_clients_cookie_t xcb_res_query_clients
  364.  ** 
  365.  ** @param xcb_connection_t *c
  366.  ** @returns xcb_res_query_clients_cookie_t
  367.  **
  368.  *****************************************************************************/
  369.  
  370. xcb_res_query_clients_cookie_t
  371. xcb_res_query_clients (xcb_connection_t *c  /**< */);
  372.  
  373. /**
  374.  * Delivers a request to the X server
  375.  * @param c The connection
  376.  * @return A cookie
  377.  *
  378.  * Delivers a request to the X server.
  379.  * 
  380.  * This form can be used only if the request will cause
  381.  * a reply to be generated. Any returned error will be
  382.  * placed in the event queue.
  383.  */
  384.  
  385. /*****************************************************************************
  386.  **
  387.  ** xcb_res_query_clients_cookie_t xcb_res_query_clients_unchecked
  388.  ** 
  389.  ** @param xcb_connection_t *c
  390.  ** @returns xcb_res_query_clients_cookie_t
  391.  **
  392.  *****************************************************************************/
  393.  
  394. xcb_res_query_clients_cookie_t
  395. xcb_res_query_clients_unchecked (xcb_connection_t *c  /**< */);
  396.  
  397.  
  398. /*****************************************************************************
  399.  **
  400.  ** xcb_res_client_t * xcb_res_query_clients_clients
  401.  ** 
  402.  ** @param const xcb_res_query_clients_reply_t *R
  403.  ** @returns xcb_res_client_t *
  404.  **
  405.  *****************************************************************************/
  406.  
  407. xcb_res_client_t *
  408. xcb_res_query_clients_clients (const xcb_res_query_clients_reply_t *R  /**< */);
  409.  
  410.  
  411. /*****************************************************************************
  412.  **
  413.  ** int xcb_res_query_clients_clients_length
  414.  ** 
  415.  ** @param const xcb_res_query_clients_reply_t *R
  416.  ** @returns int
  417.  **
  418.  *****************************************************************************/
  419.  
  420. int
  421. xcb_res_query_clients_clients_length (const xcb_res_query_clients_reply_t *R  /**< */);
  422.  
  423.  
  424. /*****************************************************************************
  425.  **
  426.  ** xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator
  427.  ** 
  428.  ** @param const xcb_res_query_clients_reply_t *R
  429.  ** @returns xcb_res_client_iterator_t
  430.  **
  431.  *****************************************************************************/
  432.  
  433. xcb_res_client_iterator_t
  434. xcb_res_query_clients_clients_iterator (const xcb_res_query_clients_reply_t *R  /**< */);
  435.  
  436. /**
  437.  * Return the reply
  438.  * @param c      The connection
  439.  * @param cookie The cookie
  440.  * @param e      The xcb_generic_error_t supplied
  441.  *
  442.  * Returns the reply of the request asked by
  443.  * 
  444.  * The parameter @p e supplied to this function must be NULL if
  445.  * xcb_res_query_clients_unchecked(). is used.
  446.  * Otherwise, it stores the error if any.
  447.  */
  448.  
  449. /*****************************************************************************
  450.  **
  451.  ** xcb_res_query_clients_reply_t * xcb_res_query_clients_reply
  452.  ** 
  453.  ** @param xcb_connection_t                *c
  454.  ** @param xcb_res_query_clients_cookie_t   cookie
  455.  ** @param xcb_generic_error_t            **e
  456.  ** @returns xcb_res_query_clients_reply_t *
  457.  **
  458.  *****************************************************************************/
  459.  
  460. xcb_res_query_clients_reply_t *
  461. xcb_res_query_clients_reply (xcb_connection_t                *c  /**< */,
  462.                              xcb_res_query_clients_cookie_t   cookie  /**< */,
  463.                              xcb_generic_error_t            **e  /**< */);
  464.  
  465. /**
  466.  * Delivers a request to the X server
  467.  * @param c The connection
  468.  * @return A cookie
  469.  *
  470.  * Delivers a request to the X server.
  471.  * 
  472.  */
  473.  
  474. /*****************************************************************************
  475.  **
  476.  ** xcb_res_query_client_resources_cookie_t xcb_res_query_client_resources
  477.  ** 
  478.  ** @param xcb_connection_t *c
  479.  ** @param uint32_t          xid
  480.  ** @returns xcb_res_query_client_resources_cookie_t
  481.  **
  482.  *****************************************************************************/
  483.  
  484. xcb_res_query_client_resources_cookie_t
  485. xcb_res_query_client_resources (xcb_connection_t *c  /**< */,
  486.                                 uint32_t          xid  /**< */);
  487.  
  488. /**
  489.  * Delivers a request to the X server
  490.  * @param c The connection
  491.  * @return A cookie
  492.  *
  493.  * Delivers a request to the X server.
  494.  * 
  495.  * This form can be used only if the request will cause
  496.  * a reply to be generated. Any returned error will be
  497.  * placed in the event queue.
  498.  */
  499.  
  500. /*****************************************************************************
  501.  **
  502.  ** xcb_res_query_client_resources_cookie_t xcb_res_query_client_resources_unchecked
  503.  ** 
  504.  ** @param xcb_connection_t *c
  505.  ** @param uint32_t          xid
  506.  ** @returns xcb_res_query_client_resources_cookie_t
  507.  **
  508.  *****************************************************************************/
  509.  
  510. xcb_res_query_client_resources_cookie_t
  511. xcb_res_query_client_resources_unchecked (xcb_connection_t *c  /**< */,
  512.                                           uint32_t          xid  /**< */);
  513.  
  514.  
  515. /*****************************************************************************
  516.  **
  517.  ** xcb_res_type_t * xcb_res_query_client_resources_types
  518.  ** 
  519.  ** @param const xcb_res_query_client_resources_reply_t *R
  520.  ** @returns xcb_res_type_t *
  521.  **
  522.  *****************************************************************************/
  523.  
  524. xcb_res_type_t *
  525. xcb_res_query_client_resources_types (const xcb_res_query_client_resources_reply_t *R  /**< */);
  526.  
  527.  
  528. /*****************************************************************************
  529.  **
  530.  ** int xcb_res_query_client_resources_types_length
  531.  ** 
  532.  ** @param const xcb_res_query_client_resources_reply_t *R
  533.  ** @returns int
  534.  **
  535.  *****************************************************************************/
  536.  
  537. int
  538. xcb_res_query_client_resources_types_length (const xcb_res_query_client_resources_reply_t *R  /**< */);
  539.  
  540.  
  541. /*****************************************************************************
  542.  **
  543.  ** xcb_res_type_iterator_t xcb_res_query_client_resources_types_iterator
  544.  ** 
  545.  ** @param const xcb_res_query_client_resources_reply_t *R
  546.  ** @returns xcb_res_type_iterator_t
  547.  **
  548.  *****************************************************************************/
  549.  
  550. xcb_res_type_iterator_t
  551. xcb_res_query_client_resources_types_iterator (const xcb_res_query_client_resources_reply_t *R  /**< */);
  552.  
  553. /**
  554.  * Return the reply
  555.  * @param c      The connection
  556.  * @param cookie The cookie
  557.  * @param e      The xcb_generic_error_t supplied
  558.  *
  559.  * Returns the reply of the request asked by
  560.  * 
  561.  * The parameter @p e supplied to this function must be NULL if
  562.  * xcb_res_query_client_resources_unchecked(). is used.
  563.  * Otherwise, it stores the error if any.
  564.  */
  565.  
  566. /*****************************************************************************
  567.  **
  568.  ** xcb_res_query_client_resources_reply_t * xcb_res_query_client_resources_reply
  569.  ** 
  570.  ** @param xcb_connection_t                         *c
  571.  ** @param xcb_res_query_client_resources_cookie_t   cookie
  572.  ** @param xcb_generic_error_t                     **e
  573.  ** @returns xcb_res_query_client_resources_reply_t *
  574.  **
  575.  *****************************************************************************/
  576.  
  577. xcb_res_query_client_resources_reply_t *
  578. xcb_res_query_client_resources_reply (xcb_connection_t                         *c  /**< */,
  579.                                       xcb_res_query_client_resources_cookie_t   cookie  /**< */,
  580.                                       xcb_generic_error_t                     **e  /**< */);
  581.  
  582. /**
  583.  * Delivers a request to the X server
  584.  * @param c The connection
  585.  * @return A cookie
  586.  *
  587.  * Delivers a request to the X server.
  588.  * 
  589.  */
  590.  
  591. /*****************************************************************************
  592.  **
  593.  ** xcb_res_query_client_pixmap_bytes_cookie_t xcb_res_query_client_pixmap_bytes
  594.  ** 
  595.  ** @param xcb_connection_t *c
  596.  ** @param uint32_t          xid
  597.  ** @returns xcb_res_query_client_pixmap_bytes_cookie_t
  598.  **
  599.  *****************************************************************************/
  600.  
  601. xcb_res_query_client_pixmap_bytes_cookie_t
  602. xcb_res_query_client_pixmap_bytes (xcb_connection_t *c  /**< */,
  603.                                    uint32_t          xid  /**< */);
  604.  
  605. /**
  606.  * Delivers a request to the X server
  607.  * @param c The connection
  608.  * @return A cookie
  609.  *
  610.  * Delivers a request to the X server.
  611.  * 
  612.  * This form can be used only if the request will cause
  613.  * a reply to be generated. Any returned error will be
  614.  * placed in the event queue.
  615.  */
  616.  
  617. /*****************************************************************************
  618.  **
  619.  ** xcb_res_query_client_pixmap_bytes_cookie_t xcb_res_query_client_pixmap_bytes_unchecked
  620.  ** 
  621.  ** @param xcb_connection_t *c
  622.  ** @param uint32_t          xid
  623.  ** @returns xcb_res_query_client_pixmap_bytes_cookie_t
  624.  **
  625.  *****************************************************************************/
  626.  
  627. xcb_res_query_client_pixmap_bytes_cookie_t
  628. xcb_res_query_client_pixmap_bytes_unchecked (xcb_connection_t *c  /**< */,
  629.                                              uint32_t          xid  /**< */);
  630.  
  631. /**
  632.  * Return the reply
  633.  * @param c      The connection
  634.  * @param cookie The cookie
  635.  * @param e      The xcb_generic_error_t supplied
  636.  *
  637.  * Returns the reply of the request asked by
  638.  * 
  639.  * The parameter @p e supplied to this function must be NULL if
  640.  * xcb_res_query_client_pixmap_bytes_unchecked(). is used.
  641.  * Otherwise, it stores the error if any.
  642.  */
  643.  
  644. /*****************************************************************************
  645.  **
  646.  ** xcb_res_query_client_pixmap_bytes_reply_t * xcb_res_query_client_pixmap_bytes_reply
  647.  ** 
  648.  ** @param xcb_connection_t                            *c
  649.  ** @param xcb_res_query_client_pixmap_bytes_cookie_t   cookie
  650.  ** @param xcb_generic_error_t                        **e
  651.  ** @returns xcb_res_query_client_pixmap_bytes_reply_t *
  652.  **
  653.  *****************************************************************************/
  654.  
  655. xcb_res_query_client_pixmap_bytes_reply_t *
  656. xcb_res_query_client_pixmap_bytes_reply (xcb_connection_t                            *c  /**< */,
  657.                                          xcb_res_query_client_pixmap_bytes_cookie_t   cookie  /**< */,
  658.                                          xcb_generic_error_t                        **e  /**< */);
  659.  
  660.  
  661. #endif
  662.  
  663. /**
  664.  * @}
  665.  */
  666.